(C) 1996 AROS - The Amiga Replacement OS
NAME
LONG SPDiv()
SYNOPSIS
LONG fnum1
LONG fnum2
LOCATION
In MathBase at offset 14
FUNCTION
Divide two ffp numbers fnum = fnum2 / fnum1;
INPUTS
fnum1 - ffp number fnum2 - ffp number
RESULT
Flags: zero : result is zero negative : result is negative overflow : result is out of range
NOTES
EXAMPLE
BUGS
SEE ALSO
INTERNALS
ALGORITHM: Check if fnum2 == 0: result = 0; Check if fnum1 == 0: result = overflow; The further algorithm comes down to a pen & paper division
HISTORY
21.07.1997 bergers
*** empty log message ***
25.06.1997 bergers
*** empty log message ***
30.05.1997 aros
*** empty log message ***